home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vcls
/
srctt26
/
about.dfm
/
about.txt
Wrap
Text File
|
1996-04-08
|
3KB
|
145 lines
object AboutBox: TAboutBox
Left = 396
Top = 107
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 272
ClientWidth = 331
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
TextHeight = 20
object Panel1: TPanel
Left = 10
Top = 10
Width = 303
Height = 201
BevelOuter = bvLowered
TabOrder = 0
OnDblClick = Panel1DblClick
object ProductName: TLabel
Left = 110
Top = 20
Width = 158
Height = 19
Caption = 'OnLineTime Tracker'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Version: TLabel
Left = 110
Top = 50
Width = 88
Height = 19
Caption = 'Version 2.6'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 10
Top = 100
Width = 254
Height = 19
Caption = 'Copyright 1995 by Dan Statham.'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Comments: TLabel
Left = 10
Top = 130
Width = 275
Height = 27
AutoSize = False
Caption = 'Keeps track of your time online.'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
IsControl = True
end
object TimeStamp1: TTimeStamp
Left = 112
Top = 72
Width = 164
Height = 19
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Visible = False
end
object Label1: TLabel
Left = 8
Top = 156
Width = 42
Height = 19
Caption = 'JJJ'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Wingdings'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 216
Top = 156
Width = 42
Height = 19
Caption = 'JJJ'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Wingdings'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 64
Top = 156
Width = 133
Height = 19
Caption = 'Freeware, Enjoy!'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
end
object AnalogClock1: TAnalogClock
Left = 24
Top = 24
Width = 73
Height = 65
BackColor = clInactiveBorder
FaceColor = clAqua
end
end
object OKButton: TBitBtn
Left = 122
Top = 223
Width = 81
Height = 41
TabOrder = 1
Kind = bkOK
IsControl = True
end
end